Package com.bitmovin.player.api.ui

Types

FullscreenHandler
Link copied to clipboard
interface FullscreenHandler
PictureInPictureHandler
Link copied to clipboard
interface PictureInPictureHandler
Represents the base functions required by PlayerView to enable and handle Picture-In-Picture mode.
ScalingMode
Link copied to clipboard
enum ScalingMode : Enum<ScalingMode>
Specifies how the video content is scaled or stretched.
StyleConfig
Link copied to clipboard
data class StyleConfig(isUiEnabled: Boolean, playerUiCss: String, supplementalPlayerUiCss: String?, playerUiJs: String, isHideFirstFrame: Boolean, scalingMode: ScalingMode) : Parcelable
Configures visual presentation and behaviour of the Player UI.
UserInterfaceApi
Link copied to clipboard
interface UserInterfaceApi
API methods related to the user interface.